ComponentOne ASP.NET MVC Controls
ShowGroups Property (FlexGridBase<T>)

C1.Web.Mvc Namespace > FlexGridBase<T> Class : ShowGroups Property
Gets or sets whether the grid should insert group rows to delimit data groups.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Overridable Property ShowGroups As Boolean
[DefaultValue(true)]
public virtual bool ShowGroups {get; set;}
Remarks
Data groups are created by modifying the groupDescriptions property of the ICollectionView object used as the grid's itemsSource.
See Also

Reference

FlexGridBase<T> Class
FlexGridBase<T> Members